#textdecoration
{
text-decoration: none;
}



 .table-hover tbody tr:hover td {
    background-color: #0263B4;
    color:white;
}


.tableFixHead        
  {
     overflow:unset; 
     /* height: 500px;  */
    }
.tableFixHead thead th {
   position:sticky; 
   top: 0; 
  
  }
th {
   background:orchid; 
  }


  /*User Home page index code start*/
  
  html {
   scroll-behavior: smooth;
 }
 

 
 .EmtChessDisplayNone
 {  
   Visibility:hidden
 }
 
 .TH_Back_Color
 {
   background-color:#f0d9b5;
 }

#tooltip {
  position: relative;
  display: inline-block;  
}

#tooltip .tooltiptexttop
{
  top: 100%;  
}

#tooltip .tooltiptextbottom
{
  bottom: 100%;   
}

#tooltip .tooltiptextbottom, .tooltiptexttop
{
  visibility: hidden;
  width: 150px; 
  color:black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  
  left: 50%;
  margin-left: -75px;
}

#tooltip:hover .tooltiptextbottom
{
  visibility: visible;
  background-color:#46a7f7;
}

#tooltip:hover .tooltiptexttop
{
  visibility: visible;
  background-color:#e5b5d2;
}

/*User Home page index code Ent*/

/*Color start*/
#Font_Color_Violet
{
  color:#913A6F;
}

#Background_Color_Violet
{
  background-color:#913A6F;
}

#Background_Color_NavyBlue 
{
  background-color:#0263B4
}

#Font_Color_NavyBlue 
{
  color:#0263B4
}
#Font_Color_White
{
  color:white;
}

#Font_Color_LightGray
{
  color:#6c757d;
}

/*Color end*/


#ResponsiveCard {
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.8);
  padding: 16px;
  /* text-align: center; */
  background-color: #f1f1f1;
}

/* search list css */
#UnderLineRemove
{
    text-decoration: none;
    color:black;
}
.border:hover
{
    background-color:#007bff;
   
}
#UnderLineRemove:hover
{
    color:white;
}
/* end */